home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 756 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.4 KB

  1. From: moacs11!walra@relay.nl.net (Waldi Ravens)
  2. Subject: Re: MiNT goes UNiX, invitation for mailing list (MINTOS)
  3. Date: Tue, 11 Jan 1994 07:13:44 +0100
  4.  
  5. > > - Perhaps some standards for how to port software, such that rather
  6. > >   than just using `#ifdef atari' when making some (unix incompatible)
  7. > >   changes, one should use something like:
  8. > >
  9. > >     `#if defined(atari) && !defined(MINTOS)'
  10. > >
  11. > >   so that we unix freaks will not loose the unix way of doeing things,
  12. > >   unless we insist.
  13. >
  14. > I think that
  15. >
  16. >       #ifdef __MINT__
  17. >
  18. > would look better, once it's clear that the MiNT library shall be used
  19. > in the distribution.  We don't need another "MINTOS" libc, do we?
  20.  
  21. I'm afraid we do. Or at least we need quite a few changes to the MiNTlib,
  22. some of those might make the MiNTlib incompatible with Gemdos (I wouldn't
  23. care about that).
  24.  
  25. Just two examples::
  26.  
  27. - popen() does not work with a UNIX-style SHELL=/bin/sh or
  28.   SHELL=/usr/bin/bash, it wants the Gemdos-style SHELL=U:\bin\sh.
  29.  
  30. - The MiNTlib insists on terminating each line in a textfile with CR+LF,
  31.   quite a nuissance when one is running unshar, where sed has been
  32.   compiled with the MiNTlib. You can never be sure whether the incorrect
  33.   filesizes are due to the CRLF problem or if there is some real trouble.
  34.  
  35. > BTW, I don't like the name "MINTOS".  ;-)
  36.  
  37. Agreed! What about MiNTix :-)
  38.  
  39.  
  40. Regards,
  41.           Waldi  (walra%moacs11@nl.net)
  42.